home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Visio / flash / visio10_ui.swf / scripts / DefineButton2_500 / BUTTONCONDACTION on(press, keyPress Enter).as
Encoding:
Text File  |  2001-03-22  |  161 b   |  9 lines

  1. on(press, keyPress "<Enter>"){
  2.    if(per01Clicked == 1)
  3.    {
  4.       per01Clicked = 0;
  5.       fscommand("playlistRemove","0");
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.